Definition Type: ComplexType
Name: AuthorizationType
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into AuthorizationCode in schema components_xsd Drilldown into EffectivePeriod in schema components_xsd Drilldown into DateAuthorized in schema components_xsd Drilldown into Status in schema components_xsd Drilldown into Type in schema components_xsd Drilldown into Id in schema components_xsdXSD Diagram of AuthorizationType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="AuthorizationType">
    <xs:sequence>
        <xs:element name="Id" type="AuthorizationId" minOccurs="0" />
        <xs:element name="Type" type="Type" minOccurs="0" />
        <xs:element ref="Status" minOccurs="0" />
        <xs:element name="DateAuthorized" type="DateTimeAny" minOccurs="0" />
        <xs:element name="EffectivePeriod" type="TimePeriodAny" minOccurs="0" />
        <xs:element name="AuthorizationCode" type="AuthorizationCode" minOccurs="0" />
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id oa:Id 0 (1)
Type oa:Type 0 (1)
Status oa:Status 0 (1)
DateAuthorized oa:DateAuthorized 0 (1)
EffectivePeriod oa:EffectivePeriod 0 (1)
AuthorizationCode oa:AuthorizationCode 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Authorization, oa:Authorization