Showing:

Annotations
Diagrams
Facets
Source
Used by
Main schema Domain_Name_Object.xsd
Namespace http://cybox.mitre.org/objects#DomainNameObject-1
Annotations
This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.
Element DomainNameObj:Domain_Name
Namespace http://cybox.mitre.org/objects#DomainNameObject-1
Annotations
The Domain_Name object is intended to characterize network domain names.
Diagram
Diagram Domain_Name_Object_xsd.tmp#DomainNameObjectType_type Domain_Name_Object_xsd.tmp#DomainNameObjectType_Value Domain_Name_Object_xsd.tmp#DomainNameObjectType
Type DomainNameObj:DomainNameObjectType
Type hierarchy
Children DomainNameObj:Value
Source
<xs:element name="Domain_Name" type="DomainNameObj:DomainNameObjectType">
  <xs:annotation>
    <xs:documentation>The Domain_Name object is intended to characterize network domain names.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DomainNameObj:DomainNameObjectType / DomainNameObj:Value
Namespace http://cybox.mitre.org/objects#DomainNameObject-1
Annotations
The Value field specifies the value of the Domain name.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Value" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Value field specifies the value of the Domain name.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type DomainNameObj:DomainNameObjectType
Namespace http://cybox.mitre.org/objects#DomainNameObject-1
Annotations
The DomainNameObjectType type is intended to characterize network domain names.
Diagram
Diagram Domain_Name_Object_xsd.tmp#DomainNameObjectType_type Domain_Name_Object_xsd.tmp#DomainNameObjectType_Value
Type extension of ObjectPropertiesType
Type hierarchy
Used by
Children DomainNameObj:Value
Source
<xs:complexType name="DomainNameObjectType">
  <xs:annotation>
    <xs:documentation>The DomainNameObjectType type is intended to characterize network domain names.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="cyboxCommon:ObjectPropertiesType">
      <xs:sequence>
        <xs:element name="Value" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The Value field specifies the value of the Domain name.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="type" type="DomainNameObj:DomainNameTypeEnum">
        <xs:annotation>
          <xs:documentation>The type field specifies the type of Domain name that is being defined.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Simple Type DomainNameObj:DomainNameTypeEnum
Namespace http://cybox.mitre.org/objects#DomainNameObject-1
Annotations
The DomainTypeEnum is an enumeration of types of Domain names.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration FQDN
Specifies a fully qualified domain name (FQDN), e.g. "www.abcd.com".
enumeration TLD
Specifies a top-level domain (TLD) name, e.g. ".com" or ".org".
Used by
Source
<xs:simpleType name="DomainNameTypeEnum">
  <xs:annotation>
    <xs:documentation>The DomainTypeEnum is an enumeration of types of Domain names.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="FQDN">
      <xs:annotation>
        <xs:documentation>Specifies a fully qualified domain name (FQDN), e.g. "www.abcd.com".</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TLD">
      <xs:annotation>
        <xs:documentation>Specifies a top-level domain (TLD) name, e.g. ".com" or ".org".</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Attribute DomainNameObj:DomainNameObjectType / @type
Namespace No namespace
Annotations
The type field specifies the type of Domain name that is being defined.
Type DomainNameObj:DomainNameTypeEnum
Facets
enumeration FQDN
Specifies a fully qualified domain name (FQDN), e.g. "www.abcd.com".
enumeration TLD
Specifies a top-level domain (TLD) name, e.g. ".com" or ".org".
Used by
Source
<xs:attribute name="type" type="DomainNameObj:DomainNameTypeEnum">
  <xs:annotation>
    <xs:documentation>The type field specifies the type of Domain name that is being defined.</xs:documentation>
  </xs:annotation>
</xs:attribute>