Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Element contactInfoType / localAddress
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile0.tmp#id29
Type nonnullTokenType
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
minLength 1
Source
<xsd:element name="localAddress" type="nonnullTokenType" minOccurs="0" maxOccurs="unbounded"/>
Element contactInfoType / city
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile0.tmp#id29
Type nonnullTokenType
Properties
content: simple
minOccurs: 0
Facets
minLength 1
Source
<xsd:element name="city" type="nonnullTokenType" minOccurs="0"/>
Element contactInfoType / stateOrProvince
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile0.tmp#id29
Type nonnullTokenType
Properties
content: simple
minOccurs: 0
Facets
minLength 1
Source
<xsd:element name="stateOrProvince" type="nonnullTokenType" minOccurs="0"/>
Element contactInfoType / postalCode
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile0.tmp#id29
Type nonnullTokenType
Properties
content: simple
minOccurs: 0
Facets
minLength 1
Source
<xsd:element name="postalCode" type="nonnullTokenType" minOccurs="0"/>
Element contactInfoType / country
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile0.tmp#id29
Type nonnullTokenType
Properties
content: simple
minOccurs: 0
Facets
minLength 1
Source
<xsd:element name="country" type="nonnullTokenType" minOccurs="0"/>
Element contactInfoType / email
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile0.tmp#id29 infomlFile43.tmp#id70 infomlFile43.tmp#id69
Type nonnullTokenWithRoleType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
role nonnullTokenType required
Source
<xsd:element name="email" type="nonnullTokenWithRoleType" minOccurs="0" maxOccurs="unbounded"/>
Element contactInfoType / phone
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile0.tmp#id29 infomlFile43.tmp#id70 infomlFile43.tmp#id69
Type nonnullTokenWithRoleType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
role nonnullTokenType required
Source
<xsd:element name="phone" type="nonnullTokenWithRoleType" minOccurs="0" maxOccurs="unbounded"/>
Element contactInfoType / other
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile0.tmp#id29 infomlFile43.tmp#id70 infomlFile43.tmp#id69
Type nonnullTokenWithRoleType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
role nonnullTokenType required
Source
<xsd:element name="other" type="nonnullTokenWithRoleType" minOccurs="0" maxOccurs="unbounded"/>
Complex Type contactInfoType
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile30.tmp#id63 infomlFile30.tmp#id64 infomlFile30.tmp#id65 infomlFile30.tmp#id66 infomlFile30.tmp#id67 infomlFile30.tmp#id68 infomlFile30.tmp#id71 infomlFile30.tmp#id72
Used by
Model localAddress* , city{0,1} , stateOrProvince{0,1} , postalCode{0,1} , country{0,1} , email* , phone* , other*
Children city, country, email, localAddress, other, phone, postalCode, stateOrProvince
Source
<xsd:complexType name="contactInfoType">
  <xsd:sequence>
    <xsd:element name="localAddress" type="nonnullTokenType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="city" type="nonnullTokenType" minOccurs="0"/>
    <xsd:element name="stateOrProvince" type="nonnullTokenType" minOccurs="0"/>
    <xsd:element name="postalCode" type="nonnullTokenType" minOccurs="0"/>
    <xsd:element name="country" type="nonnullTokenType" minOccurs="0"/>
    <xsd:element name="email" type="nonnullTokenWithRoleType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="phone" type="nonnullTokenWithRoleType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="other" type="nonnullTokenWithRoleType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>