complexType ElectronicLocation
diagram mmixm_diagrams/mmixm_p36.png
namespace https://mmixm.aero/base/4
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="mb:String50Type" 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="mb:String255Type" 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_p37.png
namespace https://mmixm.aero/base/4
type mb:String50Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
annotation
documentation
The digital location of document content represented as an IP address.
source <xs:element name="ip" type="mb:String50Type" 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_p38.png
namespace https://mmixm.aero/base/4
type mb:String255Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Description of electronic location.
source <xs:element name="textDescription" type="mb:String255Type" 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_p39.png
namespace https://mmixm.aero/base/4
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