complexType ElectronicLocation
diagram mmixm_diagrams/mmixm_p25.png
namespace https://mmixm.aero/base/3
children mb:ip mb:textDescription mb:url
used by
element Location/electronicLocation
annotation
documentation
Complex type containing the electronic location.
source <xs:complexType name="ElectronicLocation">
 
<xs:annotation>
   
<xs:documentation>Complex type containing the electronic location.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ip" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The digital location of document content represented as an IP address.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="textDescription" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Description of electronic location.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="url" type="xs:anyURI" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The digital location of document content represented as a URL.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ElectronicLocation/ip
diagram mmixm_diagrams/mmixm_p26.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The digital location of document content represented as an IP address.
source <xs:element name="ip" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The digital location of document content represented as an IP address.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ElectronicLocation/textDescription
diagram mmixm_diagrams/mmixm_p27.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Description of electronic location.
source <xs:element name="textDescription" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Description of electronic location.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ElectronicLocation/url
diagram mmixm_diagrams/mmixm_p28.png
namespace https://mmixm.aero/base/3
type xs:anyURI
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The digital location of document content represented as a URL.
source <xs:element name="url" type="xs:anyURI" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The digital location of document content represented as a URL.</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy